BANNER "Welcome to the DAS Installation Program" HELLO "This program will transfer the executable program" HELLO "and database files for the Digital Alignment System (DAS)" HELLO "onto a floppy disk or hard disk." HELLO "" HELLO "" HELLO "Press Enter to continue, or Escape to abort installation." GOODBYE "The DAS has installed normally." GOODBYE "" GOODBYE "Press Enter to end the Installation Procedure, then" GOODBYE "type 'das' at the DOS prompt to run the program." USER prog_dir "DAS Directory" C:\J40\ SUBDIR prog_dir db VER 3.10 SPACE prog_dir 1000000 UNZIP prog_dir DAS.ZIP FILE prog_dir db\VERSION.TXT UNZIP prog_dir DB.ZIP RUN "copy !prog_dir\*.DB !prog_dir\db\*.DB >nul" RUN "del !prog_dir\*.DB >nul" UNZIP prog_dir MSG.ZIP RUN "copy !prog_dir\*.MSG !prog_dir\db\*.MSG >nul" RUN "del !prog_dir\*.MSG >nul" UNZIP prog_dir EID.ZIP RUN "copy !prog_dir\*.EID !prog_dir\db\*.EID >nul" RUN "del !prog_dir\*.EID >nul" UNZIP prog_dir PX.ZIP RUN "copy !prog_dir\REGS.PX !prog_dir\db\REGS.PX >nul" RUN "del !prog_dir\REGS.PX >nul" RUN "copy !prog_dir\*.dat !prog_dir\db\*.dat >nul" RUN "del !prog_dir\*.dat >nul" DISK "DISK 2" END